Removed commented-out deprecated function
authorMax Semenik <maxsem@users.mediawiki.org>
Fri, 9 Jul 2010 13:45:09 +0000 (13:45 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Fri, 9 Jul 2010 13:45:09 +0000 (13:45 +0000)
includes/job/JobQueue.php

index 3ae4b8e..8a4f569 100644 (file)
@@ -34,13 +34,6 @@ abstract class Job {
         * Static functions
         *------------------------------------------------------------------------*/
 
-       /**
-        * @deprecated use LinksUpdate::queueRecursiveJobs()
-        */
-       /**
-        * static function queueLinksJobs( $titles ) {}
-        */
-
        /**
         * Pop a job of a certain type.  This tries less hard than pop() to
         * actually find a job; it may be adversely affected by concurrent job